home *** CD-ROM | disk | FTP | other *** search
- Path: interramp.com!usenet
- From: Barnett@interramp.com (Barnett E. Kurtz)
- Newsgroups: comp.lang.c++
- Subject: Re: Interrupts in C++
- Date: Sun, 04 Feb 1996 14:00:35 GMT
- Organization: EntroData, Inc.
- Message-ID: <4f2e8s$oc8@usenet6.interramp.com>
- References: <310FBF6A.6692@sask.aecl.ca> <3110D0E6.3198@airmail.net> <debrown.823276940@hubcap>
- Reply-To: Barnett@interramp.com
- NNTP-Posting-Host: ip46.philadelphia.pa.interramp.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- I could not resist. I too endorse Dave Nelson's "Serial Communications
- A C++ Developer's Guide". Although Messr. Nelson did focus on the PC
- and its associated hardware for his implementation samples, the C++
- design lessons he presented can easily be applied to any serial
- communications problem or real-time application for that matter. IMHO,
- too often it seems, books that purport to teach C++ with object
- oriented design concentrate on simple syntax and ignore the design
- issues and advantages that C++ offers. You will not be disappointed.
-
- Also, I have no commerical or personal association with D. Nelson or
- his publishers.
-
- debrown@hubcap.clemson.edu (David E. Brown) wrote:
-
- >Mark Nelson <markn@airmail.net> writes:
-
- >>Mark Kotyk wrote:
- >>>
- >>> I've been trying to get a good Com class going, but soon found
- >>> out there is no easy way to get a Dos interrupt handler to sit
- >>> in a class, and have access to private data members.
- >>>
- >>> Any help. I have picked up a package that did allow interrupts
- >>> to be created dynamically, but it was rather large.
-
- >[...]
-
- >>I used this technique in my book on C++ serial communiations. You can get
- >>more info about it from my home page.
-
- >I recommend this book. It's the best out there right now for C++ comm on
- >the PC. Get the book and then do what you want. It will probably save
- >you a lot of time.
-
- >-Dave, no commercial interest.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- barnett@interramp.com
- -
-
-